home *** CD-ROM | disk | FTP | other *** search
- {This form writes various kinds of attendance for one student!
- [SAY"This form writes various kinds of attendance for one student."][CtrJust][Print"BoldOn"]["Attendance Summary"][Print"BoldOff"][LJust]
-
- Class: [classname]
- Date: [date]
- Attendance days: [AttTotal]
-
- ["Student Name:":22] [name]
- ["Student ID:":22] [id]
-
- ["Times Present:":22] [AttPresent:6]
- ["Times Excused:":22] [AttExcused:6]
- ["Times Unexcused:":22] [AttUnex:6]
- ["Times Late":22] [AttLate:6]
- ["Times Other":22] [AttOther:6]
- ["Times Not present":22] [AttNotPres:6]
- [" ":22] ["========":8]
- ["Total days":22] [AttTotal:6]
-
- Any single day:
-
- ["#":5] ["Date":25] ["Ch":2] ["Attendance"]
- [AttDay8][AttNumber:5] [AttName:25] [AttChar:2] [AttString:10]
- [AttDay3][AttNumber:5] [AttName:25] [AttChar:2] [AttString:10]
-
- All days from 3 to 7:
-
- ["#":5] ["Date":25] ["Ch":2] ["Attendance"]
- [AttRepeat:3:7][AttNumber:5] [AttName:25] [AttChar:2] [AttString:10]
-
- Only days present:
-
- ["#":5] ["Date":25] ["Ch":2] ["Attendance"]
- [AttRepeat][IFAttPres][AttNumber:5] [AttName:25] [AttChar:2] [AttString:10]
-
- Unexcused absences:
-
- ["#":5] ["Date":25] ["Ch":2] ["Attendance"]
- [AttRepeat][IFAttUnex][AttNumber:5] [AttName:25] [AttChar:2] [AttString:10]
-
- All days:
-
- ["#":5] ["Date":25] ["Ch":2] ["Attendance"]
- [AttRepeat][AttNumber:5] [AttName:25] [AttChar:2] [AttString:10]
-
- DAYS ON ONE LINE:
-
- All days from 3 to 7:
- [Print"Offset=5"]
- [AttRepeat:3:7][NoLine][AttName][" "]
- [Print"Offset=0"]
-
- Days present:
- [Print"Offset=5"]
- [AttRepeat][NoLine][IFAttPres][AttName][" "]
- [Print"Offset=0"]
-
- Unexcused absences:
- [Print"Offset=5"]
- [AttRepeat][NoLine][IFAttUnex][AttName][" "]
- [Print"Offset=0"]
-
- All days:
- [Print"Offset=5"]
- [AttRepeat][NoLine][AttName][" "]
- [Print"Offset=0"]
-